TProperty
Cocktail Help Reference
NotifyOfPropertyChange<TProperty>(Expression<Func<TProperty>>) Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > DialogHostBase Class > NotifyOfPropertyChange Method : NotifyOfPropertyChange<TProperty>(Expression<Func<TProperty>>) Method



property

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Sub NotifyOfPropertyChange(Of TProperty)( _
   ByVal property As Expression(Of Func(Of TProperty)) _
) 
Visual Basic (Usage)Copy Code
Dim instance As DialogHostBase
Dim property As Expression(Of Func(Of TProperty))
 
instance.NotifyOfPropertyChange(Of TProperty)(property)
C# 
public void NotifyOfPropertyChange<TProperty>( 
   Expression<Func<TProperty>> property
)
C++/CLI 
public:
void NotifyOfPropertyChangegeneric<typename TProperty>
( 
   Expression<Func<TProperty^>^>^ property
) 

Parameters

property

Type Parameters

TProperty

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.